home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global gFiltre
- if gFiltre then
- set gFiltre to 0
- ClickMain()
- set mySprite to the clickOn
- case mySprite of
- 2:
- joue("F949_01.AIF")
- joue("Consigne.AIF")
- 38:
- Replay()
- repeat with i = 3 to 38
- set the puppet of sprite i to 0
- Cmain(i, 1)
- end repeat
- go("init")
- end case
- end if
- end
-